home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_PAPERORIENTATION_H__2989D376_332D_4EA5_A920_1B934750376E__INCLUDED_)
- #define AFX_PAPERORIENTATION_H__2989D376_332D_4EA5_A920_1B934750376E__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // PaperOrientation.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CPaperOrientation dialog
-
- class CPaperOrientation : public CPropertyPage
- {
- DECLARE_DYNCREATE(CPaperOrientation)
-
- // Construction
- public:
- CPaperOrientation();
- ~CPaperOrientation();
-
- // Dialog Data
- //{{AFX_DATA(CPaperOrientation)
- enum { IDD = IDD_PAPERORIENTATION };
- // NOTE - ClassWizard will add data members here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CPaperOrientation)
- public:
- virtual BOOL OnSetActive();
- virtual BOOL OnWizardFinish();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CPaperOrientation)
- afx_msg void OnPorientationp();
- afx_msg void OnPorientationl();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_PAPERORIENTATION_H__2989D376_332D_4EA5_A920_1B934750376E__INCLUDED_)
-